home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Robotics & Artificial Int…3 (Professional Edition)
/
Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso
/
robot software
/
webots-kros-1.0.1_setup.exe
/
{app}
/
cygwin
/
.bashrc
next >
Wrap
Text File
|
2002-05-08
|
851b
|
13 lines
echo -n "--------------------------------------------------------------------------------"
echo " Welcome to Webots-kros, the cross-compiler environment for K-Team robots"
echo -n "--------------------------------------------------------------------------------"
echo "usage: go to your Webots controller directory and use make with Makefile.kros"
echo " type exit to quit"
echo "example: cd ../../../controllers/khepera" # let's go
echo " make -f Makefile.kros clean # remove .o and .s37 files"
echo " make -f Makefile.kros # build .o and .s37 files"
echo " ls -l" # show the resulting files
echo " exit # quit Webots-kros"
echo " # now, open khepera.wbt with Webots and click on the \"upload\" button"
export PATH=$PWD:$PATH